-
Notifications
You must be signed in to change notification settings - Fork 9.4k
SwiftOtter-SOP-348 Enable Compiled Configuration Cache for Test execution #40239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 2.4-develop
Are you sure you want to change the base?
SwiftOtter-SOP-348 Enable Compiled Configuration Cache for Test execution #40239
Conversation
|
Hi @lbajsarowicz. Thank you for your contribution!
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
…tion (workaround unfortunate escaping)
|
@magento run all tests |
|
@magento create issue |
|
@magento run Integration Tests, Functional Tests B2B |
Description (*)
The cache named
compiled_confighosts all thedi.xmlcompilation outcomes, including information about plugins, virtual classes etc.With Magento 2.4.8 upgrade, the performance degradation of tests execution for multiple projects became significant. Mostly, due to the CPU usage.
Turning on
compiled_configmitigates the issue, slightly improving the overall Integration Tests performance, without affecting areas such as Configured Object Manager.2.4.6-p12
2.4.8-p3
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)
Resolved issues: